home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / printing / 2column6.lzh / EPSON_LQ.DAT < prev    next >
Text File  |  1993-12-18  |  2KB  |  58 lines

  1. *      PRINTER CODE DATA FOR TWO COLUMN PRINTER Release 6 (2COLUMNS.PRG)
  2. *                      Epson LQ Printers (1050/950/850)
  3. *
  4. * IMPORTANT: Do not add or delete any commas or any lines in the codes
  5. * section below.  This includes the remarks portion of the code lines.
  6. * Leave the "---CODES AND DEFAULTS---" line intact.  Don't use TABs.
  7. *
  8. * Codes are decimal ASCII. Full editing instructions are in 2COLUMNS.DOC
  9. * CPI = Characters Per Inch (pitch)  LPC = Lines Per Column
  10. *
  11. $ MB=2,TS=5,CL=4  (Max Blank lines, Tab Spacing, default Column Length
  12. * reduction)  Ranges are: MB 0-9, TS 2-9, CL 0-9  Note dollar sign
  13. *
  14. @ SORT=n, 2SIDES=n, DRAFT=y, DATE=y, DISK=n, EQUAL=y, EUROPE=n
  15. *
  16. ------------- CODES AND DEFAULTS -----------
  17. 027 056,      Disable the 'Paper-Out' sensor (for earlier models only - not
  18. 027 057,      Enable the 'Paper-Out' sensor    functional on 1050/950/850)
  19. 027 051 025,  7 Lines/Inch line spacing (use closest value-25/180 inch here)
  20. 027 064 027 033 000 027 120 000 027 084, Initialize-10 CPI-draft-Xl subscript
  21. 027 079,      Cancel 'Skip-Over-Perforations'
  22. 027 087 001,  Fancy Print for Heading - Expanded (double width)
  23. 027 087 000,  Cancel Fancy Print 
  24. 027 120 001,  Set enhanced print (NLQ) (for earlier models use 027 071)
  25. 027 120 000,  Cancel enhanced print (for earlier models use 027 072)
  26. *
  27. "TXT", Default file extension to be shown in file selector box.
  28. 6,     The number of type sizes below (up to 6 allowed)
  29. *
  30. "Compressed Elite - 20CPI", Name of type size #1
  31. 027 033 005,   Printer codes to select this type size
  32. 160,  Number of characters of this size that will fit on a full line
  33. *
  34. "   as above but at 8 LPI", Name size #2
  35. 027 033 005 027 048,   codes
  36. 160, Characters per full line
  37. 82,  Maximum lines per column (use 78 with single sheets)
  38. *
  39. "Compressed - 17CPI",   Name size #3
  40. 027 015 027 081 137,  codes
  41. 137, characters/line
  42. *
  43. "   as above but at 8 LPI",   Name size #4
  44. 027 015 027 081 137 027 048,  codes
  45. 137, characters/line
  46. 82,  lines/column (use 78 with single sheets)
  47. *
  48. "15 Pitch - 15CPI",  Name (earlier models may not have 15 pitch)
  49. 027 103,   codes
  50. 120,    characters/line
  51. *
  52. "Small Ltrs - 20 CPI/10LPI", Name  (uses sub/superscript font)
  53. 027 033 005 027 083 000 027 051 018,   codes
  54. 160,    characters/line
  55. 103, max lines per column (98 for single sheets)
  56. **************************
  57. Note: The 'earlier' model referred to above is the LQ-1500
  58.